github.com/andybalholm/brotli.bitReader.bit_pos_ (field)
11 uses
github.com/andybalholm/brotli (current package)
bit_reader.go#L57: bit_pos_ uint32
bit_reader.go#L80: to.bit_pos_ = from.bit_pos_
bit_reader.go#L88: to.bit_pos_ = from.bit_pos_
bit_reader.go#L95: return 64 - br.bit_pos_
bit_reader.go#L115: if br.bit_pos_ >= 32 {
bit_reader.go#L117: br.bit_pos_ ^= 32 /* here same as -= 32 because of the if condition */
bit_reader.go#L138: br.bit_pos_ -= 8
bit_reader.go#L146: return br.val_ >> br.bit_pos_
bit_reader.go#L178: br.bit_pos_ += n_bits
bit_reader.go#L191: br.bit_pos_ += unused_bits
bit_reader.go#L252: br.bit_pos_ = 64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |